3.151 \(\int \frac{\left (d+e x^n\right )^q}{x^3 \left (a+b x^n+c x^{2 n}\right )} \, dx\)

Optimal. Leaf size=210 \[ \frac{c \left (d+e x^n\right )^q \left (\frac{e x^n}{d}+1\right )^{-q} F_1\left (-\frac{2}{n};1,-q;-\frac{2-n}{n};-\frac{2 c x^n}{b-\sqrt{b^2-4 a c}},-\frac{e x^n}{d}\right )}{x^2 \left (-b \sqrt{b^2-4 a c}-4 a c+b^2\right )}+\frac{c \left (d+e x^n\right )^q \left (\frac{e x^n}{d}+1\right )^{-q} F_1\left (-\frac{2}{n};1,-q;-\frac{2-n}{n};-\frac{2 c x^n}{b+\sqrt{b^2-4 a c}},-\frac{e x^n}{d}\right )}{x^2 \left (b \sqrt{b^2-4 a c}-4 a c+b^2\right )} \]

[Out]

(c*(d + e*x^n)^q*AppellF1[-2/n, 1, -q, -((2 - n)/n), (-2*c*x^n)/(b - Sqrt[b^2 -
4*a*c]), -((e*x^n)/d)])/((b^2 - 4*a*c - b*Sqrt[b^2 - 4*a*c])*x^2*(1 + (e*x^n)/d)
^q) + (c*(d + e*x^n)^q*AppellF1[-2/n, 1, -q, -((2 - n)/n), (-2*c*x^n)/(b + Sqrt[
b^2 - 4*a*c]), -((e*x^n)/d)])/((b^2 - 4*a*c + b*Sqrt[b^2 - 4*a*c])*x^2*(1 + (e*x
^n)/d)^q)

_______________________________________________________________________________________

Rubi [A]  time = 1.05331, antiderivative size = 210, normalized size of antiderivative = 1., number of steps used = 5, number of rules used = 3, integrand size = 29, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.103 \[ \frac{c \left (d+e x^n\right )^q \left (\frac{e x^n}{d}+1\right )^{-q} F_1\left (-\frac{2}{n};1,-q;-\frac{2-n}{n};-\frac{2 c x^n}{b-\sqrt{b^2-4 a c}},-\frac{e x^n}{d}\right )}{x^2 \left (-b \sqrt{b^2-4 a c}-4 a c+b^2\right )}+\frac{c \left (d+e x^n\right )^q \left (\frac{e x^n}{d}+1\right )^{-q} F_1\left (-\frac{2}{n};1,-q;-\frac{2-n}{n};-\frac{2 c x^n}{b+\sqrt{b^2-4 a c}},-\frac{e x^n}{d}\right )}{x^2 \left (b \sqrt{b^2-4 a c}-4 a c+b^2\right )} \]

Antiderivative was successfully verified.

[In]  Int[(d + e*x^n)^q/(x^3*(a + b*x^n + c*x^(2*n))),x]

[Out]

(c*(d + e*x^n)^q*AppellF1[-2/n, 1, -q, -((2 - n)/n), (-2*c*x^n)/(b - Sqrt[b^2 -
4*a*c]), -((e*x^n)/d)])/((b^2 - 4*a*c - b*Sqrt[b^2 - 4*a*c])*x^2*(1 + (e*x^n)/d)
^q) + (c*(d + e*x^n)^q*AppellF1[-2/n, 1, -q, -((2 - n)/n), (-2*c*x^n)/(b + Sqrt[
b^2 - 4*a*c]), -((e*x^n)/d)])/((b^2 - 4*a*c + b*Sqrt[b^2 - 4*a*c])*x^2*(1 + (e*x
^n)/d)^q)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 91.3952, size = 168, normalized size = 0.8 \[ \frac{c \left (1 + \frac{e x^{n}}{d}\right )^{- q} \left (d + e x^{n}\right )^{q} \operatorname{appellf_{1}}{\left (- \frac{2}{n},1,- q,\frac{n - 2}{n},- \frac{2 c x^{n}}{b + \sqrt{- 4 a c + b^{2}}},- \frac{e x^{n}}{d} \right )}}{x^{2} \left (- 4 a c + b^{2} + b \sqrt{- 4 a c + b^{2}}\right )} + \frac{c \left (1 + \frac{e x^{n}}{d}\right )^{- q} \left (d + e x^{n}\right )^{q} \operatorname{appellf_{1}}{\left (- \frac{2}{n},1,- q,\frac{n - 2}{n},- \frac{2 c x^{n}}{b - \sqrt{- 4 a c + b^{2}}},- \frac{e x^{n}}{d} \right )}}{x^{2} \left (- 4 a c + b^{2} - b \sqrt{- 4 a c + b^{2}}\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((d+e*x**n)**q/x**3/(a+b*x**n+c*x**(2*n)),x)

[Out]

c*(1 + e*x**n/d)**(-q)*(d + e*x**n)**q*appellf1(-2/n, 1, -q, (n - 2)/n, -2*c*x**
n/(b + sqrt(-4*a*c + b**2)), -e*x**n/d)/(x**2*(-4*a*c + b**2 + b*sqrt(-4*a*c + b
**2))) + c*(1 + e*x**n/d)**(-q)*(d + e*x**n)**q*appellf1(-2/n, 1, -q, (n - 2)/n,
 -2*c*x**n/(b - sqrt(-4*a*c + b**2)), -e*x**n/d)/(x**2*(-4*a*c + b**2 - b*sqrt(-
4*a*c + b**2)))

_______________________________________________________________________________________

Mathematica [A]  time = 0.0906835, size = 0, normalized size = 0. \[ \int \frac{\left (d+e x^n\right )^q}{x^3 \left (a+b x^n+c x^{2 n}\right )} \, dx \]

Verification is Not applicable to the result.

[In]  Integrate[(d + e*x^n)^q/(x^3*(a + b*x^n + c*x^(2*n))),x]

[Out]

Integrate[(d + e*x^n)^q/(x^3*(a + b*x^n + c*x^(2*n))), x]

_______________________________________________________________________________________

Maple [F]  time = 0.076, size = 0, normalized size = 0. \[ \int{\frac{ \left ( d+e{x}^{n} \right ) ^{q}}{{x}^{3} \left ( a+b{x}^{n}+c{x}^{2\,n} \right ) }}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((d+e*x^n)^q/x^3/(a+b*x^n+c*x^(2*n)),x)

[Out]

int((d+e*x^n)^q/x^3/(a+b*x^n+c*x^(2*n)),x)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{{\left (e x^{n} + d\right )}^{q}}{{\left (c x^{2 \, n} + b x^{n} + a\right )} x^{3}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((e*x^n + d)^q/((c*x^(2*n) + b*x^n + a)*x^3),x, algorithm="maxima")

[Out]

integrate((e*x^n + d)^q/((c*x^(2*n) + b*x^n + a)*x^3), x)

_______________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \[{\rm integral}\left (\frac{{\left (e x^{n} + d\right )}^{q}}{c x^{3} x^{2 \, n} + b x^{3} x^{n} + a x^{3}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((e*x^n + d)^q/((c*x^(2*n) + b*x^n + a)*x^3),x, algorithm="fricas")

[Out]

integral((e*x^n + d)^q/(c*x^3*x^(2*n) + b*x^3*x^n + a*x^3), x)

_______________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \[ \text{Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((d+e*x**n)**q/x**3/(a+b*x**n+c*x**(2*n)),x)

[Out]

Timed out

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{{\left (e x^{n} + d\right )}^{q}}{{\left (c x^{2 \, n} + b x^{n} + a\right )} x^{3}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((e*x^n + d)^q/((c*x^(2*n) + b*x^n + a)*x^3),x, algorithm="giac")

[Out]

integrate((e*x^n + d)^q/((c*x^(2*n) + b*x^n + a)*x^3), x)